-
-
Notifications
You must be signed in to change notification settings - Fork 331
Add redmine conf #764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add redmine conf #764
Conversation
They should exist in proxy.conf. Ref: [pullrequestreview-2863663445](linuxserver#764 (review))
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to look at this once you amended it, sorry for the wait.
access_log /var/log/nginx/redmine-access.log; | ||
error_log /var/log/nginx/redmine-error.log; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably shouldn't be here.
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Added an Nginx reverse proxy configuration for a Redmine container. The config enables basic reverse proxy functionality to access Redmine through a subdomain.
Benefits of this PR and context
This addition simplifies access to Redmine instances deployed via Docker by providing an out-of-the-box reverse proxy configuration. It improves usability for users running Redmine behind Nginx and aligns with existing reverse proxy examples in the repo.
How Has This Been Tested?
Tested locally with Docker using the official Redmine container and Nginx. Verified that requests to the configured subdomain correctly forward to the Redmine container and serve the web interface without issues.
Source / References